Notes/Domino Fix List
SPR # WSCN4Q2LEHFixed in 5.0.9a; 5.0.10 release



Product Area: Server Technical Area: LotusScript Platform: AS/400

SPR# WSCN4Q2LEH - ArrayGetIndex fails to function on AS/400 platform
Technote Number: 1086974

Problem:
This issue was reported to Lotus Software Quality Engineering and has been
addressed in Domino release 5.0.9a.

Excerpt from the Lotus Notes and Domino release 5.0.9a MU fix list:

SPR# WSCN4Q2LEH - ArrayGetIndex fails to function on AS/400 platform


There is a workaround of adding just a few lines of LotusScript code which will
do what the ArrayGetIndex function will do.

'Given:
' array = array to be searched.
' find$ = String to find.
'Return:
' Index = the array index value that points to the string found.
i=0
Forall e In array
If e=find$ Then
Index = i
End If
i=i+1Supporting Information:


Related Documents:

More >


important notice
A fix for this SPR has been developed but is currently undergoing testing. IBM reserves the right to remove this fix from the targeted release if it does not pass quality assurance tests. Please consider this information to be provisional. Do not base irreversible business decisions on this information until this notice has been removed.
red line


Last Modified on 01/28/2002

Go back